get /mint/organizations/{org_name}/notification-email-templates

Lists notification email templates. The items in the templates that begin with $ are variables. See also Managing notification templates using the API.

HTTP request

https://api.enterprise.apigee.com/v1/mint/organizations/{org_name}/notification-email-templates

Path Parameters

org_name (required)

string

Organization name.

Response Types

200: 

OK

Body

application/json
NotificationEmailTemplates
emailTemplates

array

NotificationEmailTemplate
createdDate

integer

Output only. Creation time in epoch format.

htmlImage

string

Message body in HTML format. You can include one or more variables, using Spring Expression Language (SpEL), to represent values returned in the Transaction object.

id

string

ID of the notification email template. Required only when updating a notification email template.

name

string

Name of the notification email template.

orgId

string

Name of the organization.

source

string

Source of the notification.,

subject

string

Subject line of the notification email template.

updatedDate

integer

Date in epoch format that the template was updated.

Authentication Requirements

Available Authentication Options
  • Basic
  • OAuth

Try this API

Request parameters
org_name
Credentials
Multi-factor authentication is not supported.